SetAddInCustomData<T>(string,string,T,Type[]) Method

Summary
Adds custom data to the specified add-in configuration.
Syntax
C#
C++/CLI
public void SetAddInCustomData<T>( 
   string addinName, 
   string customDataName, 
   T data, 
   Type[] extraTypes 
) 
public: 
void SetAddInCustomDatageneric<typename T> 
(  
   String^ addinName, 
   String^ customDataName, 
   _T^_ data, 
   array<Type^>^ extraTypes 
)  

Parameters

addinName
Name of the add-in.

customDataName
Name of the custom data.

data
The custom data to add to the configuration.

extraTypes
Array of System.Type that describes the data.

Type Parameters

T
Type of custom data.

Remarks

If the specified custom data does not exist is added the configuration.

Requirements

Target Platforms

See Also

Reference

AdvancedSettings Class

AdvancedSettings Members

[Overload List](configuration-advancedsettings-setaddincustomdata``1.html

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.